home *** CD-ROM | disk | FTP | other *** search
- Path: newsbf02.news.aol.com!not-for-mail
- From: champalber@aol.com (Champalber)
- Newsgroups: comp.lang.c++
- Subject: Strange Syntax? int foo( ) = [xxx] ;
- Date: 27 Feb 1996 23:03:58 -0500
- Organization: America Online, Inc. (1-800-827-6364)
- Sender: root@newsbf02.news.aol.com
- Message-ID: <4h0k7e$dq2@newsbf02.news.aol.com>
- NNTP-Posting-Host: newsbf02.mail.aol.com
- X-Newsreader: AOL Offline Reader
-
- When I use BC++ with Object Window Libraries (OWL), I use the following
- line to say "When my window receives a MW_KEYDOWN message, call WMKeyDown(
- )":
-
- void WMKeyDown( RTMessage Msg) = [WM_FIRST + WM_KEYDOWN];
-
- Can somebody tell me more about this syntax?
- What do the [ ]'s represent?
- Is this a BC++ feature, or a C++ feature?
- How can I use this feature?
-
- Richard Champlabert
- champalber@aol.com
-
- Champalbert
- champlaber@aol.com
-